[ExecuTorch][llm] Add source-transform and Meta-kernel tests for MoE op#21122
[ExecuTorch][llm] Add source-transform and Meta-kernel tests for MoE op#21122digantdesai wants to merge 3 commits into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21122
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 5 New Failures, 1 Unrelated Failure, 1 Unclassified FailureAs of commit 13289b9 with merge base bfed808 ( NEW FAILURES - The following jobs have failed:
UNCLASSIFIED FAILURE - DrCI could not classify the following job because the workflow did not run on the merge base. The failure may be pre-existing on trunk or introduced by this PR:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Stack from ghstack (oldest at bottom):
Add
test_quantized_moe.pycoverage for source transformation, INT4 packing, Meta-kernel validation, kernel registration, and shared-expert behavior.Exercise the production torchao gate quantization recipe and assert that the transformed module exports a
llama.quantized_moe_ffncall with an fp32 gate buffer.Differential Revision: D102381997